BaseSubsystem.GetAllVariables 方法
取得使用者定義變數的清單。
命名空間:IntervalZero.KINGSTAR.Base.Class組合: IntervalZero.KINGSTAR.Base.Class (於 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0
語法
ReadOnlyCollection<IUserVariable> GetAllVariables(
IUserVariable Parent = null
)
Function GetAllVariables(
Parent = null As IUserVariable
) As ReadOnlyCollection(Of IUserVariable)
參數
Parent
預設值:null
IUserVariable 的父資料夾,預設會從根資料夾取得變數。
備註
此變數可用於 KINGSTAR 示波器 及即時記錄檔。
回傳值
回傳使用者定義變數清單。
可用的 EtherCAT 狀態
ecatOffline, ecatInit, ecatBoot, ecatPreOP, ecatSafeOP, ecatOP
參見